object AbortDialog: TAbortDialog Left = 192 Top = 108 BorderIcons = [biMaximize] BorderStyle = bsDialog Caption = 'Printing' ClientHeight = 98 ClientWidth = 174 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 48 Top = 32 Width = 75 Height = 25 Caption = '&Cancel' Default = True TabOrder = 0 OnClick = btnCancelClick end end